-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Adds LilyGo T Relay S3 board definition #9449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds LilyGo T Relay S3 board definition #9449
Conversation
Rafael Waldo Delgado Doblas seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
👋 Hello LordRafa, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@LordRafa can you please sign CLA? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LordRafa PTAL
#define EXTERNAL_NUM_INTERRUPTS 46 | ||
#define NUM_DIGITAL_PINS 48 | ||
#define NUM_ANALOG_INPUTS 20 | ||
|
||
#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1) | ||
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1) | ||
#define digitalPinHasPWM(p) (p < 46) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part have been moved and its defined globally per SoC. Please remove it.
#define EXTERNAL_NUM_INTERRUPTS 46 | |
#define NUM_DIGITAL_PINS 48 | |
#define NUM_ANALOG_INPUTS 20 | |
#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1) | |
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1) | |
#define digitalPinHasPWM(p) (p < 46) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also recommit your changes using only your Github username otherwise the CLA won't be able to be properly signed
Closing for lack of response. We can not merge PRs without signed CLA. @LordRafa feel free to open a new PR if you are willing to sign the CLA |
By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes
Description of Change
Add LilyGo T Relay S3 board definition
Tests scenarios
Tested compilation against basic examples.
Related links
Pins documentation is wrong. I check pins avaiale directly on the schematic